home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / xsw / include / sync.h < prev    next >
Text File  |  1995-05-09  |  1KB  |  47 lines

  1. /*
  2.  *    @(#) sync.h 12.1 95/05/09 SCOINC
  3.  */
  4. /***************************************************************************
  5.  *
  6.  *    Copyright (c) 1990-1993        The Santa Cruz Operation, Inc.
  7.  *
  8.  *    All rights reserved.  No part of this program or publication may be
  9.  *    reproduced, transmitted, transcribed, stored in a retrieval system,
  10.  *    or translated into any language or computer language, in any form or
  11.  *    by any means, electronic, mechanical, magnetic, optical, chemical,
  12.  *    biological, or otherwise, without the prior written permission of:
  13.  *    
  14.  *        The Santa Cruz Operation , Inc.        (408) 425-7222
  15.  *        400 Encinal St., Santa Cruz, California 95060 USA
  16.  *
  17.  **************************************************************************/
  18. /*
  19.  * Modification History
  20.  *
  21.  * S002, 08-Feb-95    rickra
  22.  *     Changed for initial work for port to Everest.    
  23.  *
  24.  * S001, 27-Oct-93    rickra
  25.  *    Changed sync number to 9 to reflect the streams changes
  26.  *    necessary for 32v5 streams......
  27.  *
  28.  * S000, 27-May-93    rickra
  29.  *    Initial check in.
  30.  *
  31.  */
  32.  
  33.  
  34. /*
  35.  * This is the syncronization string. It SHOULD BE CHANGED WHEN:
  36.  *
  37.  *    1) If you change the read/write syncronization between
  38.  *       the server and client!!!!!
  39.  *
  40.  */
  41.  
  42. #define        SYNC_STRING_SIZE     21
  43.  
  44. int    sync_number = 10;
  45.  
  46.  
  47.